StructGet(PathDesired)
StructGet was added in ColdFusion 4.5.1, SP2. StructGet returns a valid ColdFusion array of structures from the specified path.
The pathname of the variable containing the structure or array from which ColdFusion retrieves the structure.
It is possible to create fatally invalid structures using this function. For example, if array notation is used to expand an existing array, the specified new element will be created regardless of the type currently held in the array.